home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Utilities / Ghostscript / src / dwuninst.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-01-01  |  1.1 KB  |  34 lines

  1. /* Copyright (C) 1999, Ghostgum Software Pty Ltd.  All rights reserved.
  2.   
  3.   This file is part of AFPL Ghostscript.
  4.   
  5.   AFPL Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author or
  6.   distributor accepts any responsibility for the consequences of using it, or
  7.   for whether it serves any particular purpose or works at all, unless he or
  8.   she says so in writing.  Refer to the Aladdin Free Public License (the
  9.   "License") for full details.
  10.   
  11.   Every copy of AFPL Ghostscript must include a copy of the License, normally
  12.   in a plain ASCII text file named PUBLIC.  The License grants you the right
  13.   to copy, modify and redistribute AFPL Ghostscript, but only under certain
  14.   conditions described in the License.  Among other things, the License
  15.   requires that the copyright notice and this notice be preserved on all
  16.   copies.
  17. */
  18.  
  19.  
  20. // $Id: dwuninst.h,v 1.2 2000/09/19 19:00:10 lpd Exp $
  21.  
  22. // Definitions for Ghostscript installer
  23.  
  24. #define ID_UNINSTGS    1
  25. #define ID_UNINST    2
  26. #define IDD_UNSET    2
  27. #define IDC_GSICON    101
  28. #define IDC_PROG    102
  29. #define IDC_DONE    103
  30. #define IDC_PRESSOK    103
  31. #define IDC_T1        111
  32. #define IDC_T2        112
  33.  
  34.